home *** CD-ROM | disk | FTP | other *** search
/ Together in Jesus: 1st Reconciliation Computer Fun / Together in Jesus - First Reconciliation - Computer Fun.iso / game2.swf / scripts / frame_1 / DoAction.as
Text File  |  2007-11-18  |  253b  |  9 lines

  1. var soundTada = new Sound(this);
  2. soundTada.attachSound("tada");
  3. var soundAhh = new Sound(this);
  4. soundAhh.attachSound("ahh");
  5. var soundWrongslide = new Sound(this);
  6. soundWrongslide.attachSound("wrongslide");
  7. stop();
  8. tryagain_mc._visible = false;
  9.